String Schema
CommonTravellerResponseType Complex Type
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of CommonTravellerType Complex Type
Diagram
Currency Element Amount Element Sequence TotalSalesPrice Element ClientNumber Element CountryCode Element Name Element Sequence Country Element City Element ZIPCode Element HouseNumber Element Street Element Sequence Address Element Mail Element Phone Element Country Element StateOrRegion Element City Element Appartement Element Address2 Element Address1 Element Sequence StayInfo Element Prename Element Surname Element Sequence MotherInfo Element Prename Element Surname Element Sequence FatherInfo Element Nationality Element IsCitizenOfForeignCountry Element Sequence CitizenOfForeignCountryEverSince Element SourceOtherInfo Element Source Element Nationality Element IsCitizenOfForeignCountry Element Sequence CitizenOfForeignCountryNow Element Sequence ESTA_Information Element Authority Element CountryCode Element Name Element Sequence CountryOfBirth Element CityOfBirth Element ExpirationDate Element IssueDate Element Gender Element Nationality Element BirthDate Element Prename Element BirthName Element Surname Element PassportNumber Element Sequence Passport Element Emergency Element Mobile Element Phone Element Mail Element Sequence ContactDetails Element BirthDate Element AgeCategory Element Gender Element Salutation Element Prename Element Surname Element Identifier Element Sequence CommonTravellerResponseType Complex Type
Overview
Sequence
Surname optional xs:string
Prename optional xs:string
Sequence
Mail optional xs:string
Phone optional xs:string
Mobile optional xs:string
Emergency optional xs:boolean
Flag that indicates if this contact type should be used in case of an emergency
Sequence
PassportNumber xs:string
Surname xs:string
BirthName xs:string
Prename xs:string
Nationality optional xs:string
CityOfBirth optional xs:string
Sequence
Name xs:string
Name of the country
Authority optional xs:string
Sequence
Sequence
IsCitizenOfForeignCountry optional xs:boolean
Nationality optional xs:string
SourceOtherInfo optional xs:string
Sequence
IsCitizenOfForeignCountry optional xs:boolean
Nationality optional xs:string
Sequence
Surname optional xs:string
Prename optional xs:string
Sequence
Surname optional xs:string
Prename optional xs:string
Sequence
Address1 optional xs:string
Address2 optional xs:string
Appartement optional xs:string
City optional xs:string
StateOrRegion optional xs:string
Sequence
Name xs:string
Name of the country
Phone optional xs:string
Mail optional xs:string
Language optional xs:language
Sequence
Street optional xs:string
HouseNumber optional xs:string
ZIPCode optional xs:string
City optional xs:string
Sequence
Name xs:string
Name of the country
ClientNumber optional xs:string
TotalSalesPrice optional CurrencyAmountType Complex Type
Total sales amount
Sequence
Used By
Traveller Element
Source
<xs:complexType name="CommonTravellerResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent>
    <xs:extension base="CommonTravellerType">
      <xs:sequence>
        <xs:element name="TotalSalesPrice" type="CurrencyAmountType" minOccurs="0" maxOccurs="1" nillable="true">
          <xs:annotation>
            <xs:documentation>Total sales amount</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.